home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Draw.app / GermWRproj / InspectorPanel.nib / data.classes next >
Text File  |  1992-06-24  |  841b  |  59 lines

  1. InspectorPanel = {
  2.     SUPERCLASS = Panel;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. DrawApp = {
  10.     ACTIONS = {
  11.     activateDocument:;
  12.     terminate:;
  13.     new:;
  14.     appDidInit:;
  15.     open:W@FetCurrentGraphic:;
  16.     };
  17.     OUTLETS = {
  18.     spamatrix;
  19.     currentGraphic;
  20.     inspectorPanel;
  21.     savePanelAccessory;
  22.     gridInspector;
  23.     activateMenu;
  24.     tools;
  25.     };
  26.     SUPERCLASS = Application;
  27. };
  28. Inspector = {
  29.     ACTIONS = {
  30.     changeLineCap:;
  31.     changeLineJoin:;
  32.     changeFramed:;
  33.     changeFillColor:;
  34.     changeFormEntry:;
  35.     changeLineWidth:;
  36.     changeTextColor:;
  37.     changeContinuous:;
  38.     changeDimensions:;
  39.     changeArrows:;
  40.     changeLineColor:;
  41.     changeFilled:;
  42.     };
  43.     OUTLETS = {
  44.     lineJoin;
  45.     formEntry;
  46.     filled;
  47.     lineCap;
  48.     fillColor;
  49.     height;
  50.     lineWidthSlider;
  51.     textColor;
  52.     lineColor;
  53.     arrows;
  54.     width;
  55.     lineWidthField;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59.